Extracts the key from the specified element.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected override Guid GetKeyForItem(
	T item
)
Visual Basic
Protected Overrides Function GetKeyForItem ( _
	item As T _
) As Guid

Parameters

item
Type: T
The element from which to extract the key.

Return Value

The key for the specified element.

See Also